FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/EpisodeOfCare-Title

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeStructureDefinition
IdEpisodeOfCare-Title
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.0&canonical=http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-Title
URLhttp://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-Title
Version2.0.3
Statusactive
NameEpisodeOfCare Title
TitleEpisodeOfCare-Title
Realmnl
Authorityhl7
DescriptionFor episodes of care it can be relevant to carry the title that the episode of care is known as for the physisian. This is standard for general practitioner workflow. Usually it is the common name for the latest associated Condition
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "EpisodeOfCare-Title",
  "url": "http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-Title",
  "version": "2.0.3",
  "name": "EpisodeOfCare Title",
  "title": "EpisodeOfCare-Title",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "For episodes of care it can be relevant to carry the title that the episode of care is known as for the physisian. This is standard for general practitioner workflow. Usually it is the common name for the latest associated Condition",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "EpisodeOfCare"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/EpisodeOfCare-Title"
      },
      {
        "id": "Extension.value[x]:valueString",
        "path": "Extension.valueString",
        "sliceName": "valueString",
        "short": "EpisodeOfCare title string",
        "definition": "Short string that best sums up what the episode is about",
        "alias": [
          "Episodetitel"
        ],
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}